home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / Conditionals.ra < prev    next >
Text File  |  1986-10-21  |  630b  |  43 lines

  1. |
  2. |   RA™
  3. |
  4. |    Conditional statements
  5. |
  6. |   © 1986 COM~LINK & S.Koren
  7. |
  8. #M;
  9. "RA™ has one type of conditional!"
  10. "statement.!!"
  11. "NOTE: -1 is considered true,!"
  12. "0 is considered false.!!"
  13. #A;
  14. -1 ["true!"]
  15. 0 ["not true!"]
  16. 12 34 < ["12 is less 34!"]
  17. 12 34 < ["12<34!" 4 3 > ["4>3!"]]
  18. 12 34 > ["12<34!" 4 3 > ["4>3!"]]
  19. #A;
  20. "THE END."
  21. $
  22. &A "!Hit any key: " ?§ µ @`
  23. |
  24. |  RA title routine
  25. |
  26. &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
  27.  
  28. &O
  29. 40 100 Ω
  30. "RA™"
  31. 60 45 Ω 
  32. "© 1986 COM~LINK & S.Koren" 
  33. 80 60 Ω
  34. "All rights reserved." `
  35.  
  36. &L
  37. 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
  38.  
  39. &N
  40. "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
  41.  
  42. &P ?§ @ `
  43. $